dundas.controls.ColorBindingRule Class

The base class for a rule that creates one or more color value classes.
 

Inheritance Hierarchy

 
Class
   dundas.controls.BindingRule
      dundas.controls.ColorBindingRule
         dundas.controls.AutoColorRule
         dundas.controls.DiscreteColorRule
         dundas.controls.RangeColorRule
 

Properties

 
  Name Description
classes Gets the current set of data binding classes for this rule. Inherited from dundas.controls.BindingRule.
colorScaleFormat Gets or sets the format of the color scale labels.
colorScaleSymbol Gets or sets the text displaced before or after the values in the color scale labels.
colorScaleSymbolPlacement Gets or sets whether the label symbol is placed before or after the value.
isDisplayedInColorScale Gets or sets a value indicating whether this color rule is displayed in a color scale in the legend when its classes are ranges of numeric values.
isDisplayedInLegend Gets or sets a value indicating whether this rule is displayed in the legend. Inherited from dundas.controls.BindingRule.
legendCategory Gets or sets the category within which to group legend items displaying this binding rule's classes. Inherited from dundas.controls.BindingRule.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.